From 490cb30c789840eeabab9f15dd550f676a0e6936 Mon Sep 17 00:00:00 2001 From: Lapo Calamandrei Date: Mon, 16 Jun 2014 17:12:03 +0200 Subject: [PATCH] Adwaita: GtkPaned separator invisible border shrinking --- gtk/resources/theme/Adwaita/_common.scss | 4 ++-- gtk/resources/theme/Adwaita/gtk-contained-dark.css | 4 ++-- gtk/resources/theme/Adwaita/gtk-contained.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss index d92d70e614..93254f9fc1 100644 --- a/gtk/resources/theme/Adwaita/_common.scss +++ b/gtk/resources/theme/Adwaita/_common.scss @@ -1680,10 +1680,10 @@ GtkFileChooserDialog .dialog-action-box { GtkPaned { // This is actually the invisible area of the paned separator, not a margin... - margin: 0 16px 16px 0; //drag area of the separator + margin: 0 8px 8px 0; //drag area of the separator &:dir(rtl) { margin-right: 0; - margin-left: 16px; + margin-left: 8x; } } diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css b/gtk/resources/theme/Adwaita/gtk-contained-dark.css index 8090cd26ba..225b33a163 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css @@ -2188,10 +2188,10 @@ GtkFileChooserDialog .dialog-action-box { color: #383e3e; } GtkPaned { - margin: 0 16px 16px 0; } + margin: 0 8px 8px 0; } GtkPaned:dir(rtl) { margin-right: 0; - margin-left: 16px; } + margin-left: 8x; } .pane-separator { background-image: linear-gradient(to bottom, #1c1f1f); } diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css index ab3fe600bf..4589238958 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained.css +++ b/gtk/resources/theme/Adwaita/gtk-contained.css @@ -2186,10 +2186,10 @@ GtkFileChooserDialog .dialog-action-box { color: #dfdfdf; } GtkPaned { - margin: 0 16px 16px 0; } + margin: 0 8px 8px 0; } GtkPaned:dir(rtl) { margin-right: 0; - margin-left: 16px; } + margin-left: 8x; } .pane-separator { background-image: linear-gradient(to bottom, #a1a1a1); } -- 2.30.2